From bb03eae13d144ca7084d55286f78951ebb86d166 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Fri, 24 Dec 2010 01:41:15 +0000 Subject: [PATCH] Follow-up r77121 * Clearing float after sidebar to prevent it from sticking out on short pages * Changing line-breaking clear-float to a non-line breaking one --- includes/installer/WebInstaller.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/installer/WebInstaller.php b/includes/installer/WebInstaller.php index cee86dde82..87a879aeaf 100644 --- a/includes/installer/WebInstaller.php +++ b/includes/installer/WebInstaller.php @@ -538,8 +538,9 @@ class WebInstaller extends CoreInstaller { */ private function endPageWrapper() { $this->output->addHTMLNoFlush( - "\n" . - "
\n" . + "
\n" . + "\n" . + "
\n" . "" ); } -- 2.20.1